home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 27
/
CDROM27.iso
/
share
/
progra
/
mai
/
Controls, TextBox - Automatically highlighting contents on GotFocus()
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-15
|
193 b
|
7 lines
'Description: Automatic selection of the contents
' of a text box when it gets focus.
'Sub Text1_GotFocus ()
Text1.SelStart = 0
Text1.SelLength = 65535 'max length
'End Sub